home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / soda11.zip / SODA.REF < prev   
Text File  |  1997-06-26  |  7KB  |  225 lines

  1. @#start
  2. @do moveback
  3. @do write
  4. `r1
  5. @clearblock 21 21
  6. @do move 3 21
  7. @do write
  8. `r0  `2You see a strange machine.  Do you approach? [`0Y`2/`0N`2] :`x
  9. @do readspecial `s01 YN
  10. @if `s01 is N then do
  11.  @begin
  12.  @do saybar
  13. You ignore it and continue on your way
  14. @end
  15. @clear screen
  16. @show
  17. ?7hD██████████████████████████████
  18. ██████Red Dragon Cola █████
  19. ████████████████████████████
  20. ███┌──┐┌──┐██┌──┐██A
  21. C┌──┐███
  22. ███└──┘└──┘██└──┘██A
  23. C└──┘███
  24. ██████████████████████ $2███
  25. ███████████████████████ ████CA
  26. CThere is a strange looking machine here.
  27. ████████   ████████████████A
  28. C█    It is very colorful, and has some buttons.  It█A
  29. C██████████   ████████████████    appA
  30. Cears that you are supposed to put 2 gold
  31. ██████████████ ██████████████    piA
  32. Ceces in a small slot.
  33. ██████████████ █████████████
  34. ████████████████████████████
  35. ████████████████████████████
  36. ████████████████████████████
  37. ███████████▀▀▀▀▀▀▀██████████
  38. ████████████████████████████
  39. @key bottom
  40. @clear screen
  41. @show
  42.  
  43. Do you drop the coins in?
  44.  
  45. @choice
  46. Yes
  47. No
  48. @if response is 2 then do
  49. @begin
  50. @drawmap
  51. @update
  52. @closescript
  53. @end
  54. @if money < 2 then do
  55. @begin
  56. @do goto broke
  57. @end
  58. @do money - 2
  59. @do `p95 random 100
  60. @if `p95 < 81 then do
  61. @begin
  62. @do goto soda
  63. @end
  64. @if `p95 < 91 then do
  65. @begin
  66. @do goto green
  67. @end
  68. @if `p95 < 96 then do
  69. @begin
  70. @do goto blue
  71. @end
  72. @if `p95 = 96 then do
  73. @begin
  74. @do goto red
  75. @end
  76. @if `p95 < 99 then do
  77. @begin
  78. @do goto gold
  79. @end
  80. @do goto silver
  81. @#soda
  82. @clear screen
  83. @show
  84. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  85.  █████████████████
  86.  ███ ██████████████
  87.  ████ █████████████
  88.  █████ ███Red██████
  89.  ██████ ███Dragon██
  90.  ███████    ██Cola█COooh!  Red DA
  91. Cragon Cola. How refreshing!
  92.  ███████████ ██████
  93.  ████████████ █████
  94.  ██████████   ████
  95.  █        ██   ███
  96.  ██████████   █████
  97.  █████████ ████████
  98. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  99.  
  100. @key
  101. @do goto done
  102. @#green
  103. @clear screen
  104. @show
  105. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  106.  ███████████████
  107.  ██████████████████
  108.  ██████████████████
  109.  ██████████████████
  110.  ████████Green████
  111.  ██████████Potion█CWow!  This cA
  112. Can contains Green Potion!
  113.  ██████████████████
  114.  ██████████████████
  115.  ██████████████████
  116.  ██████████████████
  117.  ██████████████████
  118.  ██████████████████
  119. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  120.  
  121. @key
  122. @do `i05 + 1
  123. @do goto done
  124. @#blue
  125. @clear screen
  126. @show
  127. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  128.  ███████████████
  129.  ██████████████████
  130.  ██████████████████
  131.  ██████████████████
  132.  ████████Blue█████
  133.  ██████████Potion█CWow!  This cA
  134. Can contains Blue Potion!
  135.  ██████████████████
  136.  ██████████████████
  137.  ██████████████████
  138.  ██████████████████
  139.  ██████████████████
  140.  ██████████████████
  141. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  142.  
  143. @key
  144. @do `i40 + 1
  145. @do goto done
  146. @#red
  147. @clear screen
  148. @show
  149. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  150.  █████████████████
  151.  ███ ██████████████
  152.  ████ █████████████
  153.  █████ ███   ██████
  154.  ██████ ███Red   ██
  155.  ███████    Potion█CWow!  This can contains Red PA
  156. Cotion!
  157.  ███████████ ██████
  158.  ████████████ █████
  159.  ██████████   ████
  160.  █        ██   ███
  161.  ██████████   █████
  162.  █████████ ████████
  163. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  164.  
  165. @key
  166. @do `i52 + 1
  167. @do goto done
  168. @#gold
  169. @clear screen
  170. @show
  171. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  172.  █████████████████
  173.  ██████████████████
  174.  ██████████████████
  175.  ██████████████████
  176.  █████████Gold████
  177.  ██████████Potion█CWow!  This cA
  178. Can contains Gold Potion!
  179.  ██████████████████
  180.  ██████████████████
  181.  ██████████████████
  182.  ██████████████████
  183.  ██████████████████
  184.  ██████████████████
  185. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  186.  
  187. @key
  188. @do `i53 + 1
  189. @do goto done
  190. @#silver
  191. @clear screen
  192. @show
  193. ?7hD▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  194.  ████████████████
  195.  ██████████████████
  196.  ██████████████████
  197.  ██████████████████
  198.  ████████Silver███
  199.  ██████████Potion█CWow!  This can contains SilA
  200. Cver Potion!
  201.  ██████████████████
  202.  ██████████████████
  203.  ██████████████████
  204.  ██████████████████
  205.  ██████████████████
  206.  ██████████████████
  207. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  208.  
  209. @key
  210. @do `i54 + 1
  211. @do goto done
  212. @#done
  213. @drawmap
  214. @update
  215. @closescript
  216.  
  217. @#broke
  218. @show
  219.  
  220. You fumble through your pockets, but cannot find 2 gold pieces.
  221.  
  222. @key
  223. @do goto done
  224.  
  225.